home *** CD-ROM | disk | FTP | other *** search
- #ifndef MSDOS_H
- #define MSDOS_H
-
- #define READ_BINARY "rb"
- #define WRITE_BINARY "wb"
- #define READWRITE_BINARY_OLD "rb+"
- #define READWRITE_BINARY_NEW "wb+"
-
- /*
- * ============================================================================
- * structures
- * ============================================================================
- */
-
- /*
- * ============================================================================
- * globals
- * ============================================================================
- */
-
- /*
- * ============================================================================
- * prototypes
- * ============================================================================
- */
-
- #endif
-